home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-10-10 | 697 b | 61 lines | [TEXT/ttxt] |
- // RetroJazz by Andy O'Meara
-
- /*
- RetroJazz1, how i would have liked to meet you... then you were gone again... curse you...
-
- */
-
- Resn=10,
-
- Durn="3",
-
- CamX="30 + 20 * sin( t / 4.5 )",
- CamY="20+ 10 * cos( t / 3.7 )",
- CamZ="30 + 15 * sin( t / 5.5 )",
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
- R=".50*(1-dt)",
- G=".70*(1-dt)",
- B="1-dt",
-
-
- widt=420,heig=320,
-
- LvlR=".7",
- LvlG=".8",
- LvlB="1",
-
- // Just makes the dt=0 linewidth 2
- LWdt="1 + 3 * sqwv(1+dt)",
-
- ConL=1,
-
-
-
- Fall="0.04",
-
- C0="25 + 13 * (dt - .35) ^2",
-
- D0="2 * PI * s",
- D1="25 - 10 * mag( s ) + 169 * (dt - .35) ^2",
-
- X="d1 * cos( d0 )",
- Y="d1 * sin( d0 )",
- Z="20 - 40 * dt",
-
-
- Scal="200",
- ScSz=1,
-
- Pers="50",
-
-
- Vers=30